projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cca9f98
)
(x_produce_glyphs): Fix typo in enum name.
author
Andrew Innes
<andrewi@gnu.org>
Sun, 5 Nov 2000 21:44:19 +0000
(21:44 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Sun, 5 Nov 2000 21:44:19 +0000
(21:44 +0000)
src/w32term.c
patch
|
blob
|
history
diff --git
a/src/w32term.c
b/src/w32term.c
index aa2ce4980ff41320b096f447531e5bd21f5bccbf..6f74972df9115b862d18338333506bf21a95715c 100644
(file)
--- a/
src/w32term.c
+++ b/
src/w32term.c
@@
-2262,7
+2262,7
@@
x_produce_glyphs (it)
/* Bounding box of the overall glyphs. */
int leftmost, rightmost, lowest, highest;
int i, width, ascent, descent;
- enum w32_font_type font_type;
+ enum w32_
char_
font_type font_type;
cmp->font = (void *) font;